'Declaration
Public Function New( _ ByVal points As System.Collections.Generic.IList(Of NPointD), _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer _ )
'Usage
Dim points As System.Collections.Generic.IList(Of NPointD) Dim startIndex As System.Integer Dim count As System.Integer Dim instance As New NPointDList(points, startIndex, count)
public NPointDList( System.Collections.Generic.IList<NPointD> points, System.int startIndex, System.int count )
Parameters
- points
- startIndex
- count